Skip to content

ci: allow same-version on the first modelparams release#63

Merged
brunobuddy merged 1 commit into
mainfrom
fix/release-allow-same-version
Jun 9, 2026
Merged

ci: allow same-version on the first modelparams release#63
brunobuddy merged 1 commit into
mainfrom
fix/release-allow-same-version

Conversation

@brunobuddy

Copy link
Copy Markdown
Member

💭 Why

The first release ever failed at npm version: it seeds NEXT from package.json (0.0.1), and npm version 0.0.1 errors with Version not changed because the file already says 0.0.1.

✨ What changed

  • Add --allow-same-version to the version step (no-op when it already matches; later releases still bump normally).

🔧 For operators

On merge, the release re-runs and publishes modelparams@0.0.1.

The first release seeds NEXT from package.json (0.0.1), so `npm version 0.0.1` errored with 'Version not changed'. Add --allow-same-version so it's a no-op when the version already matches, while later releases still bump normally.
@vercel

vercel Bot commented Jun 9, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
modelparams.dev Building Building Preview Jun 9, 2026 10:13am

Request Review

@github-actions github-actions Bot added the meta Repo docs, CI, and config label Jun 9, 2026
@brunobuddy brunobuddy merged commit a4990e1 into main Jun 9, 2026
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

meta Repo docs, CI, and config

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant